From 0805180a0aa1883035d6f152ecae19aa08f1068c Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jan 2004 16:19:49 +0000 Subject: [PATCH] Add missing global CVS tags. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@631 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 7c153301d..5b3bb63e1 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -117,6 +117,10 @@ typedef struct tag_mapping { tag_mapping tag_path_map[] = { { tt_gpx, "/gpx" }, { tt_time, "/gpx/time" }, + { tt_author, "/gpx/author" }, + { tt_email, "/gpx/email" }, + { tt_time, "/gpx/time" }, + { tt_desc, "/gpx/desc" }, { tt_wpt, "/gpx/wpt" }, { tt_wpt_ele, "/gpx/wpt/ele" }, -- 2.30.2